'宣言
Public Class ComboBoxValueAdapter(Of T) Inherits ControlAdapter(Of T)
public class ComboBoxValueAdapter<T> : ControlAdapter<T>
'宣言
Public Class ComboBoxValueAdapter(Of T) Inherits ControlAdapter(Of T)
public class ComboBoxValueAdapter<T> : ControlAdapter<T>
System.Object
GrapeCity.ActiveReports.Viewer.Common.Internal.ControlAdapter<T>
GrapeCity.ActiveReports.Viewer.Common.Internal.ComboBoxValueAdapter<T>